home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: The Risc OS Music Utilities CD / Acorn User: The Risc OS Music Utilities CD.iso / UTILITIES / SYSEXY / !SysExy / !Run < prev    next >
Text File  |  2000-01-31  |  698b  |  21 lines

  1. | > !SysExy.!Run
  2. |
  3. IconSprites <Obey$Dir>.!Sprites
  4. Set SysExy$Dir <Obey$Dir>
  5. |
  6. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  7. If "<MIDISupport$Path>" = "" Then Error 0 MIDISupport resources cannot be found
  8. |
  9. RMEnsure SharedCLibrary 0.00 RMLoad System:Modules.Clib
  10. RMEnsure SharedCLibrary 3.75 Error SysExy needs Clib 3.75 or later
  11. |
  12. RMEnsure MIDISupport 0.30 Error SysExy requires MIDISupport 0.30 or later - you need to update your MIDI Support resource
  13. |
  14. RMEnsure MIDI 4.27 Error SysExy requires MIDI 4.27 or later - you need to update your MIDI Support resource
  15. |
  16. Set File$Type_FD4 MIDI
  17. Set File$Type_770 MIDISysX
  18. |
  19. Wimpslot -min 176k -max 176k
  20. Run <SysExy$Dir>.!RunImage
  21.